Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port to Qt Creator 5.0 #433

Merged
merged 4 commits into from
Aug 29, 2021
Merged

port to Qt Creator 5.0 #433

merged 4 commits into from
Aug 29, 2021

Conversation

christian-rauch
Copy link
Member

So far, only the API for project paths broke.

@Levi-Armstrong @v4hn Is there any news on getting this upstreamed (a.k.a. #325)?

@v4hn
Copy link
Contributor

v4hn commented Aug 16, 2021

I'm just a user here. To the best of my knowledge @Levi-Armstrong is the only one who can do that and he's apparently too busy/not interested enough.

It would be great to see this upstream, especially as you put work into it. 👍

@christian-rauch
Copy link
Member Author

A bit off-topic, but I just got blown away by how fast CMake + Ninja is compared to make + make.

In case you build Qt Creator from scratch, use CMake with the Ninja generator:

cmake -GNinja -DCMAKE_PREFIX_PATH=$HOME/Qt/5.15.2/gcc_64 ../qt-creator
ninja

This will be an order of magnitude faster than the previous qmake + make scripts. It's literally a couple of minutes compared to over an hour on my setup.

@gavanderhoorn
Copy link
Member

but I just got blown away by how fast CMake + Ninja is

hence the name ..

@christian-rauch christian-rauch merged commit a1ec011 into devel Aug 29, 2021
@christian-rauch christian-rauch deleted the 5.0 branch August 29, 2021 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants